home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 December / PCpro_2003_12.ISO / files / trials / mathcad / program files / mathsoft / mathcad 11 / messages / solverr_en.xml < prev    next >
Encoding:
Extensible Markup Language  |  2002-11-26  |  3.0 KB  |  111 lines

  1. <?XML version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE MESSAGES SYSTEM "messages.dtd">
  3.  
  4. <MESSAGES>
  5.  
  6. <message>
  7. <short_name> slvNeedObjFunc </short_name>
  8. <text> You must define an objective function above.</text>
  9. <help_topic></help_topic>
  10. </message>
  11.  
  12. <message>
  13. <short_name> slvNoSoln </short_name>
  14. <text> No solution was found. Try changing \nthe guess value or the value of TOL or CTOL.</text>
  15. <help_topic>  </help_topic>
  16. </message>
  17.  
  18. <message>
  19. <short_name> slvProbTooLarge </short_name>
  20. <text> This problem is too large to solve. Check on-line \nHelp for limits in the solving process.</text>
  21. <help_topic> </help_topic>
  22. </message>
  23.  
  24. <message>
  25. <short_name> slvInvalTol </short_name>
  26. <text> The value of TOL must be between 0 and 1. \nChoose Worksheet Options from the Tools menu to change it. </text>
  27. <help_topic> </help_topic>
  28. </message>
  29.  
  30. <message>
  31. <short_name> slvInvalCTol </short_name>
  32. <text>  The value of CTOL must be between 0 and 1. \nChoose Worksheet Options from the Tools menu to change it. </text>
  33. <help_topic> </help_topic>
  34. </message>
  35.  
  36. <message>
  37. <short_name> slvNoConstraints </short_name>
  38. <text> You must provide constraints below the Given. </text>
  39. <help_topic> </help_topic>
  40. </message>
  41.  
  42. <message>
  43. <short_name> slvNeedGuessValues </short_name>
  44. <text> Guess values are required for all unknown variables. </text>
  45. <help_topic> </help_topic>
  46. </message>
  47.  
  48. <message>
  49. <short_name> slvObjUnbounded </short_name>
  50. <text> Could not find a maximum/minimum. </text>
  51. <help_topic> </help_topic>
  52. </message>
  53.  
  54. <message>
  55. <short_name> slvUnitError </short_name>
  56. <text> Mathcad could not calculate units for this solve block. </text>
  57. <help_topic> </help_topic>
  58. </message>
  59.  
  60. <message>
  61. <short_name> slvNoNestMatInStandard </short_name>
  62. <text> This version of Mathcad cannot return results\nwhich contain nested matrices. </text>
  63. <help_topic> </help_topic>
  64. </message>
  65.  
  66. <message>
  67. <short_name> slvIllegalConstraint </short_name>
  68. <text> Illegal constraint. </text>
  69. <help_topic> </help_topic>
  70. </message>
  71.  
  72. <message>
  73. <short_name> slvBadObjValue </short_name>
  74. <text> Invalid objective function. </text>
  75. <help_topic> </help_topic>
  76. </message>
  77.  
  78. <message>
  79. <short_name> slvBadMipArray </short_name>
  80. <text> String contains the wrong number of characters \nor the wrong kind of characters.</text>
  81. <help_topic> </help_topic>
  82. </message>
  83.  
  84. <message>
  85. <short_name> slvMipTooShort </short_name>
  86. <text> MIP string is too short. </text>
  87. <help_topic> </help_topic>
  88. </message>
  89.  
  90. <message>
  91. <short_name> slvMipTooLong </short_name>
  92. <text> MIP string is too long. </text>
  93. <help_topic> </help_topic>
  94. </message>
  95.  
  96.  
  97. <message>
  98. <short_name> slvNeedPremiumForMIP </short_name>
  99. <text> You must have the Solving and Optimization \nExtension Pack (Expert Solver) installed. </text>
  100. <help_topic> </help_topic>
  101. </message>
  102.  
  103. <message>
  104. <short_name> slvBadIguess </short_name>
  105. <text> Initial guess must consist of numbers and matrices. </text>
  106. <help_topic> </help_topic>
  107. </message>
  108.  
  109.  
  110. </MESSAGES>
  111.